home *** CD-ROM | disk | FTP | other *** search
- /* *****************************************************************************
- FILE: DialogUtilPr.h
-
- DESCRIPTION: Dialog box Utilities Protoypes
-
- AUTHOR: Kurt W.G. Matthies
-
- Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
-
-
- Revision History:
- ==========================================================
- 3.30.90 - May 1990 MacUser Release
- ==========================================================
-
- ***************************************************************************** */
-
- #ifndef _DialogUtilPr_
- #define _DialogUtilPr_
-
- #include <DialogMgr.h>
- #include <EventMgr.h>
-
- pascal void buttonProc ( DialogPtr, short );
- pascal Boolean DLOGfilterProc1 ( DialogPtr, EventRecord *, short * );
-
- #endif
- /* =========================================== EOF ========================================
- Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
- ============================================================================================ */